# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1063.1.20 -> 1.1063.1.21 # fs/Config.in 1.25 -> 1.26 # drivers/net/wan/8253x/build 1.1 -> (deleted) # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/09/08 bjorn.helgaas@hp.com 1.1063.1.21 # Remove an obsolete CONFIG_IA64_SGI_SN1 reference and drivers/net/wan/8253x/build # (a generated file). # -------------------------------------------- # diff -Nru a/drivers/net/wan/8253x/build b/drivers/net/wan/8253x/build --- a/drivers/net/wan/8253x/build Wed Oct 8 09:06:24 2003 +++ /dev/null Wed Dec 31 16:00:00 1969 @@ -1,8 +0,0 @@ -cc -g -o 8253xcfg -I. -U__KERNEL__ 8253xcfg.c -cc -g -o 8253xspeed -I. -U__KERNEL__ 8253xspeed.c -cc -g -o 8253xmode -I. -U__KERNEL__ 8253xmode.c -cc -g -o 8253xpeer -I. -U__KERNEL__ 8253xpeer.c -cc -g -o eprom9050 -I. -U__KERNEL__ eprom9050.c - - - diff -Nru a/fs/Config.in b/fs/Config.in --- a/fs/Config.in Wed Oct 8 09:06:24 2003 +++ b/fs/Config.in Wed Oct 8 09:06:24 2003 @@ -76,7 +76,7 @@ bool '/proc file system support' CONFIG_PROC_FS -if [ "$CONFIG_IA64_SGI_SN1" = "y" -o "$CONFIG_IA64_SGI_SN2" = "y" ] ; then +if [ "$CONFIG_IA64_SGI_SN2" = "y" ] ; then define_bool CONFIG_DEVFS_FS y else dep_bool '/dev file system support (EXPERIMENTAL)' CONFIG_DEVFS_FS $CONFIG_EXPERIMENTAL